Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix error spam on macos #3

Merged
merged 1 commit into from
Jun 10, 2024
Merged

Conversation

drewcassidy
Copy link

macos has no minimum memory address, so this causes issues. Also used nullptr since 0x0 is a perfectly cromulent memory address (implementation defined).

Fixes #2

macos has no minimum memory address, so this causes issues. Also used nullptr since 0x0 is a perfectly cromulent memory address (implementation defined).
@drewcassidy drewcassidy changed the title Fix crash on macos Fix error spam on macos Jun 10, 2024
@JulianGro JulianGro merged commit 758eb3e into JulianGro:master Jun 10, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error spam in nvassemble
2 participants